﻿@charset "utf-8";


/*产品展示*/
.njyn_product {
    height: 650px;
    background: #f5f5f5
}

.njyn_product_con {
    display: flex;
    flex-direction: column;
}

.njyn_product_con .hd {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
}


.njyn_product_con .hd ul {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;

}

.njyn_product_con .hd ul a {
    color: #fff
}

.njyn_product_con .hd ul li {
    padding: 0 15px;
    cursor: pointer;
    width: 23.5%;
    box-sizing: border-box;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    color: #fff;
    position: relative;
    text-indent: 20px;
    border-right: 1px solid #fff;
    background: #fff;
    border: 1px solid #efefef;
    box-sizing: border-box;
    margin-right: 2%
}
.njyn_product_con .hd ul li:nth-child(4n+0){margin-right: 0;}
.njyn_product_con .hd ul li a {
    color: #333;
    display: block;
}

.njyn_product_con .hd ul li:after {
    content: ">";
    width: 18px;
    height: 18px;
    border: 2px solid #efefef;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    right: 18px;
    text-indent: 0;
    line-height: 18px;
    text-align: center;
    font-family: "KaiTi";
    font-weight: bold;
    font-size: 14px;
    color: #efefef;
}

.njyn_product_con .hd ul li.on {
    background: #00911a;
}

.njyn_product_con .hd ul li.on a {
    color: #fff
}

.njyn_product_con .hd ul li.on:after {
    content: ">";
    width: 18px;
    height: 18px;
    ;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    right: 18px;
    ;
    text-indent: 0;
    line-height: 18px;
    text-align: center;
    font-family: "KaiTi";
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.njyn_product_con .bd {
    width: 100%;

}

.njyn_product_con .bd .con {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    background: #fff;
    border: 1px #efefef solid;
    height: 365px;
    margin: 40px auto;
}

.njyn_product_con .bd .con .left {
    width: 420px;
    height: 320px;
    float: left;
    text-align: center;
    padding: 10px;
}
.njyn_product_con .bd .con .left img{ 
    width: 400px; 
    height: 300px }
.njyn_product_con .bd .con .right {
    width: 800px;
    float: right;
}

.njyn_product_con .bd .con .right h2 {
    border-bottom: 1px solid #efefef;
    font-size: 22px;
    line-height: 50px;
    color: #333
}

.njyn_product_con .bd .con .right p {
    font-size: 16px;
    line-height: 35px;
    color: #333;
    padding: 8px 0;
    position: relative;
    padding-left: 20px
}
.njyn_product_con .bd .con .right p:before
{    content: "";
    width: 5px;
    height: 5px;
    border: 2px solid #fe7501;
    border-style: solid solid none none;
    position: absolute;
    top: 27px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;}

.njyn_product_con .bd .con .right .fl{ width: 60% ;padding-right: 20px; box-sizing: border-box;}
.njyn_product_con .bd .con .right .fr{ width: 40%;padding-top: 20px;box-sizing: border-box; }


/*匠心*/
.njyn_jiangxin {
    background: url(../images/about_bg.jpg) center;
    height: 455px;
    margin: 30px auto
}

.njyn_jiangxin .right {
    width: 500px;
    height: 455px;
    float: right;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    border-left: 1px solid #efefef
}

.njyn_jiangxin .right dl {
    padding: 30px 0 0 55px
}

.njyn_jiangxin .right dl dt {
    color: #00911a;
    font-size: 22px;
    line-height: 40px;
    position: relative;
}

.njyn_jiangxin .right dl dt:before {
    content: '';
    height: 1px;
    width: 50px;
    position: absolute;
    background: #efefef;
    left: -75px;
    top: 25px
}

.njyn_jiangxin .right dl dt:after {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    background: #efefef;
    left: -25px;
    top: 20px
}

.njyn_jiangxin .right dl dd {
    font-size: 14px;
    line-height: 30px
}

/*公司简介*/
.njyn_about {
    box-sizing: border-box;
    padding: 50px 0;
    text-align: left;
}

.njyn_about .tit {
    border-left: 5px solid #f39800;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    padding-left: 20px;
}

.njyn_about .tit span {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 100
}

.njyn_about .fl {
    width: 540px;
}

.njyn_about .fl h1 {
    font-size: 28px;
    color: #333;
    line-height: 60px
}

.njyn_about .fl p {
    font-size: 14px;
    line-height: 30px;
    text-indent: 30px;
    text-align: left;
    margin-bottom: 20px;
}

.njyn_about .fl a {
    padding: 10px 35px;
    background: #333;
    color: #fff;
    border-radius: 4px;
}

.njyn_about .fr {
    width: 620px;
    padding-top: 20px;
    text-align: left
}


/*新闻资讯*/
.njyn_news {
    padding: 30px 0;
}

.njyn_news_con {
    display: flex;
    flex-direction: column;
}

.njyn_news_con .hd {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
}


.njyn_news_con .hd ul {
    width: 100%;
    position: relative;
    text-align: center;
}

.njyn_news_con .hd ul:before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 5px;
    background: #efefef;
    left: 0
}

.njyn_news_con .hd ul li a {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.njyn_news_con .hd ul li {
    padding: 10px 25px 0;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    color: #333;
    position: relative;
    display: inline-block;
}

.njyn_news_con .hd ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #999999;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    margin-left: -5px;
    z-index: 12;
    top: 0
}

.njyn_news_con .hd ul li:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    margin-left: -8px;
    border: 1px solid #999999;
    z-index: 1;
    top: -3px
}

.njyn_news_con .hd ul li.on {}

.njyn_news_con .hd ul li.on:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #00911a;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    margin-left: -5px;
    z-index: 12;
    top: 0
}

.njyn_news_con .hd ul li.on:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    margin-left: -8px;
    border: 1px solid #00911a;
    z-index: 1;
    top: -3px
}

.njyn_news_con .hd ul li.on a {
    color: #00911a;
    font-size: 18px;
    font-weight: bold;
}

.njyn_news_con .bd {
    width: 100%;

}

.njyn_news_con .bd ul {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}

.njyn_news_con .bd .left {
    width: 575px;
    position: relative;
    box-sizing: border-box;
    float: left;
}

.njyn_news_con .bd .left img {
    width: 575px;
    z-index: 1;
    position: relative;
    display: block;
    margin: 0 0 40px 0
}

.njyn_news_con .bd .left .fl {
    border-right: 1px solid #ccc;
    width: 100px;
    font-size: 18px;
    text-align: right;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    height: 200px
}

.njyn_news_con .bd .left .fl b {
    font-size: 14px;
    display: block;
}

.njyn_news_con .bd .left .fr {
    width: 475px;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

.njyn_news_con .bd .left .fr .t {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    color: #333;
    display: block;
    position: relative;
}

.njyn_news_con .bd .left .fr .t:before {
    content: '';
    width: 1px;
    height: 40px;
    background: #228b22;
    position: absolute;
    display: inline-block;
    left: -21px
}

.njyn_news_con .bd .left .fr .t:hover {
    color: #228b22
}

.njyn_news_con .bd .left .fr p {
    line-height: 30px;
    font-size: 14px;
}

.njyn_news_con .bd .left .fr .more {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    color: #333;
    padding: 0 30px;
    border-top: 1px solid #ccc;
    display: inline-block;
    margin: 20px 0 0 0
}


.njyn_news_con .bd .right {
    width: 580px;
    margin: 0 0 0 20px;
    float: right;
    text-align: left
}

.njyn_news_con .bd .right li {
    width: 100%;
    height: 160px
}

.njyn_news_con .bd .right .fl {
    border-right: 1px solid #ccc;
    width: 100px;
    font-size: 18px;
    text-align: right;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    height: 160px
}

.njyn_news_con .bd .right .fl b {
    font-size: 14px;
    display: block;
}

.njyn_news_con .bd .right .fr {
    width: 475px;
    padding: 0 0 20px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc
}

.njyn_news_con .bd .right .fr .t {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    color: #333;
    display: block;
    position: relative;
}

.njyn_news_con .bd .right .fr .t:before {
    content: '';
    width: 1px;
    height: 40px;
    background: #228b22;
    position: absolute;
    display: inline-block;
    left: -26px
}

.njyn_news_con .bd .right .fr .t:hover {
    color: #228b22
}

.njyn_news_con .bd .right .fr p {
    line-height: 30px;
    font-size: 14px;
}